home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / misc / math / calc999g1.lha / calc / calc666.readme < prev    next >
Text File  |  1992-09-02  |  688b  |  30 lines

  1. Short:    conv. to/fro base 2-36. hex,oct,bin&c
  2. Uploader: death@southcom.com.au (Mortu)
  3. Author:   death@southcom.com.au (Mortu)
  4. Type:     misc/math
  5. Version:  666
  6.  
  7. * needs 68020+
  8.  
  9. * runs in a shell, _not_ from workbench.
  10.  
  11. converts a 32-bit number of any base (well
  12. from base 2 upto base 36) to a number of base
  13. 2 upto base 36.
  14.  
  15. if that's hard to understand, think of this:
  16.  
  17. base 10/decimal     uses [0..9]
  18. base  2/binary      uses [0..1]
  19. base  8/octal       uses [0..7]
  20. base 16/hexadecimal uses [0..9,a..f]
  21. base 20/????        uses [0..9,a..j]
  22. base 36/????        uses [0..9,a..z]
  23.  
  24. yes, you can even convert to and between
  25. strange bases like 4,36, whatever.
  26. anything between 2-36.
  27.  
  28.  
  29.  
  30. mortu